home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / MicroPhone / Open Mike™ / Open Mike™ 010 / Mike's Folder / Question & Answer < prev    next >
Encoding:
Text File  |  1993-10-01  |  3.6 KB  |  47 lines  |  [TEXT/ttxt]

  1. Question & Answer
  2. =================
  3. Copyright © 1993 by Celestin Company
  4. All rights reserved.
  5.  
  6. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system, without permission in writing from the publisher. However, you are permitted to make copies of this work, printed or otherwise, as long as said copies are for your personal use only.
  7.  
  8. Introduction
  9. ------------
  10. If you've got a question, simple or complicated, strange or common, send it to us. We'll try to answer as many questions as we have time for. And who knows, maybe your question will be the basis of a future article? Send your questions to any of the electronic addresses listed elsewhere in this issue.
  11.  
  12. Not So Smart Quotes
  13. -------------------
  14. Q: I prepare messages using my word processor. I then send the prepared text files to my host, but all of my apostrophes are not showing up. What is going on?
  15.  
  16. - M. Uyeda
  17.   Torrance, CA
  18.  
  19. A: Many word processors and text editors have a "smart quote" feature, where they will convert single quotes (apostrophes) and double quotes into the curly types, sometimes called printer's quotes. These characters are not true ASCII and don't translate well outside of the Mac environment. If you plan on using your word processor to prepare text that will get sent as electronic mail, make sure you turn this feature off in your word processor or text editor.
  20.  
  21. Fault Tolerance in Modems
  22. -------------------------
  23. Q: Sometimes, my modem connections are disrupted, causing the session to stop prematurely. This almost always happens if the cat accidentally uncradles the receiver on the phone while I'm transferring a huge file. What can I do to prevent myself from being disconnected in a situation like this?
  24.  
  25. - L. Jones
  26.   Richmond, CA
  27.  
  28. A: You can try making your modem less susceptible to line breaks like this by issuing the following AT command:
  29.  
  30.   ATS10=30&W
  31.  
  32. The S10 register handles the time that the modem will allow the carrier to be lost before it disconnects. The default for most modems is 14, or 1.4 seconds. 30 will give you three seconds before it disconnects. This will even save many sessions that are interrupted by not having call waiting disabled or by having someone pick up an extension phone on the same line.
  33.  
  34. Unreliable at 2400
  35. ------------------
  36. Q: I have one of those super duper V.32bis modems that does everything except wash windows. Sometimes, I want to connect to a service that only handles 2400 baud connections. I am almost guaranteed that I won't be able to connect. I hear the modems attempting the connection, but I almost always get a NO CARRIER message. What am I doing wrong?
  37.  
  38. A: Many older 2400 baud modems that do not support error correction cannot handle connections with modems that try to establish reliable (error free) links. The older modems misinterpret the fancy error correction handshaking signals at the beginning of the call as noise and assume that there is something wrong with the connection. Many of these modems will disconnect simply because they don't understand the handshaking signals newer modems are sending them. To prevent disconnects from happening, try temporarily disabling error correction in your modem. Depending on the type of modem you have, it might be one of the following commands:
  39.  
  40.   AT\N
  41.  
  42.   or
  43.  
  44.   AT&Q
  45.  
  46. Check your modem manual to find the command that is correct for your modem. Issue this command before dialing the 2400 baud service. Since your modem will not attempt to handshake with error correction, you should have a much better chance of the connection going through.
  47.